github.com/andybalholm/brotli/matchfinder.absoluteMatch.Match (field)
13 uses
github.com/andybalholm/brotli/matchfinder (current package)
emitter.go#L15: Match int
emitter.go#L31: Distance: m.Start - m.Match,
m4.go#L60: return (m.End-m.Start)*256 + (bits.LeadingZeros32(uint32(m.Start-m.Match))-32)*q.DistanceBitCost
m4.go#L244: if pos <= matches[2].Match {
m4.go#L248: matches[2].Match = pos
m4.go#L336: Match: candidate,
pathfinder.go#L158: prevDistance := prevMatch.Start - prevMatch.Match
pathfinder.go#L250: if m.Start-m.Match != prevDistance {
pathfinder.go#L251: matchCost += float32(bits.Len(uint(m.Start - m.Match)))
pathfinder.go#L264: distance: uint32(m.Start - m.Match),
pathfinder.go#L274: !(arrivedHere.length != 0 && arrivedHere.distance == uint32(pending.Start-pending.Match)) {
pathfinder.go#L275: matchCost := baseMatchCost + float32(bits.Len(uint(pending.Start-pending.Match)))
pathfinder.go#L287: distance: uint32(pending.Start - pending.Match),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |